Add a dependency for Gtk-2.0.gir on Gdk-2.0.gir
authorMatthias Clasen <mclasen@redhat.com>
Mon, 22 Mar 2010 17:02:24 +0000 (13:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 22 Mar 2010 17:02:24 +0000 (13:02 -0400)
Another parallel build fix, see bug 610946.

gtk/Makefile.am

index 291cbf28631bc1a2c8eacff0fccf11f8ce27cf91..f96c35e1817e36e9c4c0e81e005a4b272cc8d670 100644 (file)
@@ -981,7 +981,7 @@ introspection_files = \
     gtktypebuiltins.h \
     gtktypebuiltins.c
 
-Gtk-2.0.gir: $(INTROSPECTION_SCANNER) $(gtktargetlib) Makefile
+Gtk-2.0.gir: $(INTROSPECTION_SCANNER) $(gtktargetlib) $(top_builddir)/gdk/Gdk-2.0.gir Makefile
 Gtk_2_0_gir_SCANNERFLAGS = --strip-prefix=Gtk
 Gtk_2_0_gir_INCLUDES = Atk-1.0 Gdk-2.0
 Gtk_2_0_gir_CFLAGS = \